projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491f6f0
)
(mail-abbrevs-setup): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Mar 1996 22:04:03 +0000
(22:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Mar 1996 22:04:03 +0000
(22:04 +0000)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index bc9c480ca893d4ee21654dcc659cc279bf04b72c..4ab61fa8d448c543dc50e4a0bbb96e0a1adf08a6 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-138,6
+138,7
@@
no aliases, which is represented by this being a table with no entries.)")
;;;###autoload
(defun mail-abbrevs-setup ()
+ "Initialize use of the `mailabbrev' package."
(if (and (not (vectorp mail-abbrevs))
(file-exists-p mail-personal-alias-file))
(build-mail-abbrevs))